Uses of Class
org.eclipse.vtp.framework.engine.ActionDescriptor

Packages that use ActionDescriptor
org.eclipse.vtp.framework.engine.main   
org.eclipse.vtp.framework.engine.runtime   
 

Uses of ActionDescriptor in org.eclipse.vtp.framework.engine.main
 

Methods in org.eclipse.vtp.framework.engine.main with parameters of type ActionDescriptor
 void ProcessEngine.registerAction(ActionDescriptor descriptor)
          Registers an action descriptor with this process engine.
 void ProcessEngine.unregisterAction(ActionDescriptor descriptor)
          Removes an action descriptor registration from this process engine.
 

Uses of ActionDescriptor in org.eclipse.vtp.framework.engine.runtime
 

Constructors in org.eclipse.vtp.framework.engine.runtime with parameters of type ActionDescriptor
Action(Blueprint blueprint, java.lang.String name, org.w3c.dom.Element[] elements, java.lang.String instanceID, ActionDescriptor descriptor)
          Creates a new Action.
Blueprint(IProcessDefinition definition, ConfigurationDescriptor[] configurationDescriptors, ActionDescriptor[] actionDescriptors, ObserverDescriptor[] observerDescriptors, ServiceDescriptor[] serviceDescriptors, org.eclipse.core.runtime.IExtensionRegistry registry)